PEP 498 – Literal String Interpolation
This PEP proposed to add a new string formatting mechanism: Literal String Interpolation. In this PEP, such strings will be referred to as “f-strings”, (Abstract)
Python supports multiple ways to format text strings. These include %-formatting, str.format(), and string.Template いずれも利点・欠点がある